home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / MacDOS 1.0.1 / MacDOS™ 1.0.1 / MacDOS™ 1.0.1.rsrc / TEXT_181_WRITE.txt < prev    next >
Encoding:
Text File  |  1993-10-23  |  427 b   |  11 lines

  1. Writes a line of text to a file opened with OPEN. (MacDOS only)
  2.  
  3. WRITE fileID what
  4.  
  5.  fileID  is the number returned by OPEN.
  6.          The file can be closed with the command CLOSE.
  7.  what    is the line of text to be written into the file. Note that
  8.          the text must be enclosed in double quotes if it contains
  9.          spaces. WRITE appends a newline character (CR) to each line
  10.          before writing it into the file.
  11.